#include <BustaNetMessages.h>
Public Attributes | |
int | score |
The current score. | |
netFoodPiece | board [5][5] |
An array of netFoodPieces representing the board. | |
netCustomer | customers [3] |
An array of netCustomers representing your customer queue. | |
netTipJar | tips |
An instance of netTipJar. | |
netChef | chef |
An instance of netChef. | |
netCursor | cursor |
An instance of netCursor. |
This struct contains all of the data elements of a BustaModelGameState instance, which is a score, an array of netFoodPieces for the board, an array of netCustomers, and an instance of netTipJar, netChef, and netCursor.